home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / net / bind-contrib.tar.gz / bind-contrib.tar / contrib / misc / settransfer.shar / ns_req.c-DIFFS < prev    next >
Encoding:
Text File  |  1996-10-25  |  559 b   |  16 lines

  1. *** ../vixie/named/ns_req.c    Thu Dec  1 04:38:10 1994
  2. --- ns_req.c    Thu Dec  1 15:19:49 1994
  3. ***************
  4. *** 702,709 ****
  5. --- 702,711 ----
  6.               "req: foundname=%d, count=%d, founddata=%d, cname=%d\n",
  7.               foundname, count, founddata, cname));
  8.   
  9. + #if !defined(SETTRANSFER) || defined(ROUND_ROBIN)
  10.       if ((lp = local(from)) != NULL) 
  11.           sort_response(answers, count, lp, *cpp);
  12. + #endif /* !SETTRANSFER || ROUND_ROBIN */
  13.   #ifdef BIND_NOTIFY
  14.       if (type == T_SOA && ntohs(from->sin_port) == ns_port && np->n_data) {
  15.           int zn = np->n_data->d_zone;
  16.